home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 109
/
Vol 109.iso
/
games
/
2_cool_f.swf
/
scripts
/
DefineButton2_225
/
BUTTONCONDACTION on(release).as
Wrap
Text File
|
2008-11-12
|
211b
|
13 lines
on(release){
if(lips._currentframe < lips._totalframes)
{
lips.nextFrame();
lipstick.nextFrame();
}
else
{
lips.gotoAndStop(1);
lipstick.gotoAndStop(1);
}
}